Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps
authorOwen Taylor <otaylor@redhat.com>
Fri, 21 Jul 2000 19:30:22 +0000 (19:30 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 21 Jul 2000 19:30:22 +0000 (19:30 +0000)
commite6be8f3f6a8152416b66e406382c6b6f805fa23d
tree162931bcd0d1606e39b5b5b51bb3a851482472de
parentfa5d7c7709785ffddca4681d51ebf7b21f208165
Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps

Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
PangoAttrShape to reserve space for pixmaps, add
GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
in the display functions.

* gtk/testgtk.c (create_layout): Set some more exotic
scrolled window options

* gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
Add function to set the shadow type of a window, to allow
putting a shadow around widgets such as GtkLayout or GnomeCanvas
which don't draw their own frame.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkscrolledwindow.c
gtk/gtkscrolledwindow.h
gtk/gtktextdisplay.c
gtk/gtktextlayout.c
gtk/gtktextlayout.h
gtk/testgtk.c
tests/testgtk.c